home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / uniterm.zoo / ug / more.tex / images.pl < prev    next >
Text File  |  1990-04-06  |  976b  |  26 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3.  
  4.  
  5. $key = q/textstyleparbox{2.5in}{Datatypedontheterminalisechoedbythehostcomputerfootnotemark.};MSF=1.6;AAT/;
  6. $cached_env_img{$key} = q|<IMG
  7.  STYLE="height: 196.25ex; vertical-align: -1.85ex; " SRC="|."$dir".q|img1.png"
  8.  ALT="$\textstyle \parbox{2.5in}{Data typed on the
  9. terminal is echoed by the
  10. host computer\footnotemark .}$">|; 
  11.  
  12. $key = q/textstyleparbox{2.5in}{UniTermechosuserinputonthescreen.};MSF=1.6;AAT/;
  13. $cached_env_img{$key} = q|<IMG
  14.  STYLE="height: 4.69ex; vertical-align: 174.09ex; " SRC="|."$dir".q|img2.png"
  15.  ALT="$\textstyle \parbox{2.5in}{UniTerm echos user
  16. input on the screen.}$">|; 
  17.  
  18. $key = q/textstyleparbox{2.5in}{Userinputisonlysenttothescreen.};MSF=1.6;AAT/;
  19. $cached_env_img{$key} = q|<IMG
  20.  STYLE="height: 2.10ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img3.png"
  21.  ALT="$\textstyle \parbox{2.5in}{User input is only
  22. sent to the screen.}$">|; 
  23.  
  24. 1;
  25.  
  26.